@charset "utf-8";

/*产品展示*/
.products_ul{width: 1000px;margin: 0 auto 20px;}
.products_ul>li{float: left;margin: 20px 6px 0;
    width: 180px;
    height: 200px;}
.products_ul>li>a>img{
    width: auto;
    height: auto;
    max-width: 185px;
    max-height: 185px;
}
.products_ul>li>a{
display: block;
    border: 1px solid #ccc;
    width: 185px;
    height: 185px;
    text-align: center;
}
.products_ul>li>span{
  display: block;
  color: #666;
  text-align: center;
  text-overflow:ellipsis; 
  white-space:nowrap; 
  overflow:hidden;
}
/*走进微玛*/
.about_cont{padding:20px 10px;font-family: "宋体";}
.about_cont>p{    color: #666;
    text-indent: 2em;
    line-height: 3.2em;
    float: left;
    width: 60%;}
.about_cont>img{float: left;width: 400px;margin-right: 10px;}